home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / e / amigae21 / amigaedo.lha / ModulesText / exec / resident.txt < prev    next >
Text File  |  1992-09-02  |  550b  |  26 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/resident.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT rt
  6. (  0)   matchword:INT
  7. (  2)   matchtag:LONG
  8. (  6)   endskip:LONG
  9. ( 10)   flags:CHAR
  10. ( 11)   version:CHAR
  11. ( 12)   type:CHAR
  12. ( 13)   pri:CHAR
  13. ( 14)   name:LONG
  14. ( 18)   idstring:LONG
  15. ( 22)   init:LONG
  16. (---) ENDOBJECT     /* SIZEOF=26 */
  17.  
  18. CONST RTC_MATCHWORD=$4AFC,
  19.       RTF_COLDSTART=1,
  20.       RTF_SINGLETASK=2,
  21.       RTF_AFTERDOS=4,
  22.       RTF_AUTOINIT=$80,
  23.       RTW_NEVER=0,
  24.       RTW_COLDSTART=1
  25.  
  26.